-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix deprication warning being reported on import #250
Fix deprication warning being reported on import #250
Conversation
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @jzyworonek
Any chance you can
- look into the linting/formatting error at https://github.com/microsoft/kiota-abstractions-python/actions/runs/8408794432/job/23042076004?pr=250
- Update the changelog.md file at the root repository as well as bump the minor version as well
Apologies @jzyworonek . I should have said patch version here. Otherwise looks good to me. cc @samwelkanda for final review and merge/release. |
Quality Gate passedIssues Measures |
@andrueastman Since Samwel has been re-affected, I don't think we should expect much from him moving forward. Please go ahead with merge/release. |
Overview
DeprecationWarning
was being reported on import.Related Issue
Fixes # (issue)
Demo
Simplest reproduction
Notes
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
Testing Instructions